This method returns an ATIP time groove information string. Some disc manufacturers provide a set of reference time slots encoded into discs pre-groove information. The format returned by this method is "mm:ss:ff-MM:SS:FF". An example of a returned value would be "97:23:11-11:22:67". This information is for ADVANCED users only. Usually, no ATIP information is of no practical use, but in some applications it is necessary to identify a specific manufacturer through this time-slot information. The lower-case mm:ss:ff (minutes/seconds/frames) is the Lead-in start time slot portion of the string. The upper-case MM:SS:FF (minutes/seconds/frames) portion of the string is the Lead-out start time slot. The "-" is a delimiter used to split the time slots and must be parsed by the user. This method is very specific to certain applications where a disc manufacturer has provided unique time slots to the developer to identify a manufacturer. This method is not for the average application of the control.
Return Type
A String value.
Syntax
object.GetATIPInfoString
The GetATIPInfoString method syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type CDWriterPro. |